home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / CHIP Turkiye Ekim 2000.iso / prog / share / 39 / _SETUP.1 / Qimage.exe / 0 / RCDATA / TFORM13 / TFORM13.txt
Text File  |  2000-07-30  |  3KB  |  130 lines

  1. object Form13: TForm13
  2.   Left = 334
  3.   Top = 102
  4.   Width = 665
  5.   Height = 220
  6.   Caption = 'Set Screen Aspect Ratio'
  7.   Color = clBtnFace
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OldCreateOrder = True
  15.   OnClose = FormClose
  16.   OnDeactivate = FormDeactivate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object Label1: TLabel
  20.     Left = 47
  21.     Top = 0
  22.     Width = 514
  23.     Height = 16
  24.     Caption = 
  25.       'To be able to display images accurately, Qimage needs to know yo' +
  26.       'ur screen size'
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -13
  30.     Font.Name = 'Arial'
  31.     Font.Style = [fsBold]
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 20
  36.     Top = 30
  37.     Width = 601
  38.     Height = 16
  39.     Caption = 
  40.       'Measure the width and height of the viewable area displayed on y' +
  41.       'our monitor and enter the values below.'
  42.   end
  43.   object Label3: TLabel
  44.     Left = 30
  45.     Top = 49
  46.     Width = 582
  47.     Height = 16
  48.     Caption = 
  49.       'The viewable area includes the entire displayed portion of the s' +
  50.       'creen, not just this (or other) windows.'
  51.   end
  52.   object Label4: TLabel
  53.     Left = 20
  54.     Top = 69
  55.     Width = 628
  56.     Height = 16
  57.     Caption = 
  58.       'Units are not important as long as you use the same units for bo' +
  59.       'th the horizontal and vertical measurements.'
  60.   end
  61.   object Label5: TLabel
  62.     Left = 69
  63.     Top = 108
  64.     Width = 145
  65.     Height = 16
  66.     Caption = 'Horizontal measurement:'
  67.   end
  68.   object Label6: TLabel
  69.     Left = 374
  70.     Top = 108
  71.     Width = 131
  72.     Height = 16
  73.     Caption = 'Vertical measurement:'
  74.   end
  75.   object Edit1: TEdit
  76.     Left = 225
  77.     Top = 98
  78.     Width = 70
  79.     Height = 24
  80.     Hint = 
  81.       'Measure (in any units) the width of the entire display area of t' +
  82.       'he screen and enter the value here.'
  83.     ParentShowHint = False
  84.     ShowHint = True
  85.     TabOrder = 0
  86.     Text = '0.00'
  87.   end
  88.   object Edit2: TEdit
  89.     Left = 512
  90.     Top = 98
  91.     Width = 70
  92.     Height = 24
  93.     Hint = 
  94.       'Measure (in any units) the height of the entire display area of ' +
  95.       'the screen and enter the value here.'
  96.     ParentShowHint = False
  97.     ShowHint = True
  98.     TabOrder = 1
  99.     Text = '0.00'
  100.   end
  101.   object BitBtn1: TBitBtn
  102.     Left = 128
  103.     Top = 148
  104.     Width = 92
  105.     Height = 30
  106.     Hint = 
  107.       'The above width will be divided by the height to obtain the scre' +
  108.       'en aspect ratio.  This button will save this value for future us' +
  109.       'e.'
  110.     Caption = 'Save'
  111.     ParentShowHint = False
  112.     ShowHint = True
  113.     TabOrder = 2
  114.     OnClick = BitBtn1Click
  115.     Kind = bkOK
  116.   end
  117.   object BitBtn2: TBitBtn
  118.     Left = 394
  119.     Top = 148
  120.     Width = 92
  121.     Height = 30
  122.     Hint = 'Ignore the above entries.'
  123.     ParentShowHint = False
  124.     ShowHint = True
  125.     TabOrder = 3
  126.     OnClick = BitBtn2Click
  127.     Kind = bkCancel
  128.   end
  129. end
  130.